public class PayInPaymentDetailsApplePay extends Dto implements PayInPaymentDetails
| Constructor and Description |
|---|
PayInPaymentDetailsApplePay() |
| Modifier and Type | Method and Description |
|---|---|
PaymentData |
getPaymentData() |
java.lang.String |
getStatementDescriptor() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
PayInPaymentDetailsApplePay |
setPaymentData(PaymentData paymentData) |
PayInPaymentDetailsApplePay |
setStatementDescriptor(java.lang.String statementDescriptor) |
getDependentObjects, getReadOnlyProperties, getValuespublic PaymentData getPaymentData()
public PayInPaymentDetailsApplePay setPaymentData(PaymentData paymentData)
public java.lang.String getStatementDescriptor()
public PayInPaymentDetailsApplePay setStatementDescriptor(java.lang.String statementDescriptor)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
DtogetSubObjects in class Dto