Class PaymentDraft
java.lang.Object
com.commercetools.graphql.api.types.PaymentDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPaymentDraft(MoneyInput amountPlanned, PaymentMethodInfoInput paymentMethodInfo, CustomFieldsDraft custom, String key, ResourceIdentifierInput customer, String anonymousId, String interfaceId, PaymentStatusInput paymentStatus, List<TransactionDraft> transactions, List<CustomFieldsDraft> interfaceInteractions) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()static PaymentDraft.BuildervoidsetAmountPlanned(MoneyInput amountPlanned) voidsetAnonymousId(String anonymousId) voidsetCustom(CustomFieldsDraft custom) voidsetCustomer(ResourceIdentifierInput customer) voidsetInterfaceId(String interfaceId) voidsetInterfaceInteractions(List<CustomFieldsDraft> interfaceInteractions) voidvoidsetPaymentMethodInfo(PaymentMethodInfoInput paymentMethodInfo) voidsetPaymentStatus(PaymentStatusInput paymentStatus) voidsetTransactions(List<TransactionDraft> transactions) toString()
-
Constructor Details
-
PaymentDraft
public PaymentDraft() -
PaymentDraft
public PaymentDraft(MoneyInput amountPlanned, PaymentMethodInfoInput paymentMethodInfo, CustomFieldsDraft custom, String key, ResourceIdentifierInput customer, String anonymousId, String interfaceId, PaymentStatusInput paymentStatus, List<TransactionDraft> transactions, List<CustomFieldsDraft> interfaceInteractions)
-
-
Method Details
-
getAmountPlanned
-
setAmountPlanned
-
getPaymentMethodInfo
-
setPaymentMethodInfo
-
getCustom
-
setCustom
-
getKey
-
setKey
-
getCustomer
-
setCustomer
-
getAnonymousId
-
setAnonymousId
-
getInterfaceId
-
setInterfaceId
-
getPaymentStatus
-
setPaymentStatus
-
getTransactions
-
setTransactions
-
getInterfaceInteractions
-
setInterfaceInteractions
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-