Package | Description |
---|---|
com.blockchyp.client.dto |
Modifier and Type | Method and Description |
---|---|
CustomerToken |
TokenMetadataResponse.getToken()
Gets the token metadata for a given query.
|
Modifier and Type | Method and Description |
---|---|
Collection<CustomerToken> |
Customer.getPaymentMethods()
Gets model saved payment methods associated with a customer.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.addPaymentMethod(CustomerToken value)
Adds a model saved payment methods associated with a customer.
|
void |
TokenMetadataResponse.setToken(CustomerToken value)
Sets the token metadata for a given query.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setPaymentMethods(Collection<CustomerToken> value)
Sets model saved payment methods associated with a customer.
|
Copyright © 2022 BlockChyp, Inc.. All rights reserved.