public class PaymentMethod extends Object
| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandCode() |
List<Issuer> |
getIssuers() |
String |
getName() |
boolean |
isCard() |
void |
setBrandCode(String brandCode) |
void |
setIssuers(List<Issuer> issuers) |
void |
setName(String name) |
String |
toString() |
Copyright © 2022. All rights reserved.