public class CustomerToken extends Object
| Constructor and Description |
|---|
CustomerToken() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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()
Copyright © 2020 BlockChyp, Inc.. All rights reserved.