public class PayInPaymentDetailsGooglePay extends Dto implements PayInPaymentDetails
| Constructor and Description |
|---|
PayInPaymentDetailsGooglePay() |
| Modifier and Type | Method and Description |
|---|---|
Billing |
getBilling() |
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.
|
PayInPaymentDetailsGooglePay |
setBilling(Billing billing) |
PayInPaymentDetailsGooglePay |
setPaymentData(PaymentData paymentData) |
PayInPaymentDetailsGooglePay |
setStatementDescriptor(java.lang.String statementDescriptor) |
getDependentObjects, getReadOnlyProperties, getValuespublic PaymentData getPaymentData()
public PayInPaymentDetailsGooglePay setPaymentData(PaymentData paymentData)
public java.lang.String getStatementDescriptor()
public PayInPaymentDetailsGooglePay setStatementDescriptor(java.lang.String statementDescriptor)
public Billing getBilling()
public PayInPaymentDetailsGooglePay setBilling(Billing billing)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
DtogetSubObjects in class Dto