public class PayoutResponseCard extends Object
| Constructor and Description |
|---|
PayoutResponseCard() |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponseCard |
issuingCountryCode(String issuingCountryCode) |
PayoutResponseCard |
maskedPan(String maskedPan) |
void |
setIssuingCountryCode(String issuingCountryCode) |
void |
setMaskedPan(String maskedPan) |
String |
toString() |
public void setIssuingCountryCode(String issuingCountryCode)
public PayoutResponseCard issuingCountryCode(String issuingCountryCode)
issuingCountryCode - Country code of issuing card countrypublic void setMaskedPan(String maskedPan)
public PayoutResponseCard maskedPan(String maskedPan)
maskedPan - Masked PAN (shows first 6 digits and 4 last digits of the PAN)Copyright © 2020. All rights reserved.