public class CustomerToken extends Object
Constructor and Description |
---|
CustomerToken() |
Modifier and Type | Method and Description |
---|---|
void |
addCustomer(Customer value)
Adds a models customer records associated with a payment token.
|
Collection<Customer> |
getCustomers()
Gets models customer records associated with a payment token.
|
String |
getExpiryMonth()
Gets expiration month.
|
String |
getExpiryYear()
Gets expiration month.
|
String |
getMaskedPan()
Gets masked primary account number.
|
String |
getPaymentType()
Gets payment type.
|
String |
getToken()
Gets BlockChyp assigned customer id.
|
void |
setCustomers(Collection<Customer> value)
Sets models customer records associated with a payment token.
|
void |
setExpiryMonth(String value)
Sets expiration month.
|
void |
setExpiryYear(String value)
Sets expiration month.
|
void |
setMaskedPan(String value)
Sets masked primary account number.
|
void |
setPaymentType(String value)
Sets payment type.
|
void |
setToken(String value)
Sets BlockChyp assigned customer id.
|
public void setToken(String value)
value
- BlockChyp assigned customer id.public String getToken()
public void setMaskedPan(String value)
value
- masked primary account number.public String getMaskedPan()
public void setExpiryMonth(String value)
value
- expiration month.public String getExpiryMonth()
public void setExpiryYear(String value)
value
- expiration month.public String getExpiryYear()
public void setPaymentType(String value)
value
- payment type.public String getPaymentType()
public void setCustomers(Collection<Customer> value)
value
- models customer records associated with a payment token.public Collection<Customer> getCustomers()
public void addCustomer(Customer value)
value
- models customer records associated with a payment token.Copyright © 2022 BlockChyp, Inc.. All rights reserved.