public class PaymentDetails extends Object
Constructor and Description |
---|
PaymentDetails() |
public PaymentDetails allowedPaymentMethods(List<String> allowedPaymentMethods)
public PaymentDetails addAllowedPaymentMethodsItem(String allowedPaymentMethodsItem)
public List<String> getAllowedPaymentMethods()
public PaymentDetails chargeId(String chargeId)
public String getChargeId()
public void setChargeId(String chargeId)
public PaymentDetails currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public PaymentDetails gatewayAccountId(String gatewayAccountId)
public String getGatewayAccountId()
public void setGatewayAccountId(String gatewayAccountId)
public PaymentDetails gatewayDisplayName(String gatewayDisplayName)
public String getGatewayDisplayName()
public void setGatewayDisplayName(String gatewayDisplayName)
public PaymentDetails gatewayName(String gatewayName)
public String getGatewayName()
public void setGatewayName(String gatewayName)
public PaymentDetails lineItems(List<PaymentLineItem> lineItems)
public PaymentDetails addLineItemsItem(PaymentLineItem lineItemsItem)
public List<PaymentLineItem> getLineItems()
public void setLineItems(List<PaymentLineItem> lineItems)
public PaymentDetails paymentOption(String paymentOption)
public String getPaymentOption()
public void setPaymentOption(String paymentOption)
public PaymentDetails status(String status)
public String getStatus()
public void setStatus(String status)
public PaymentDetails total(Money total)
public Money getTotal()
public void setTotal(Money total)
Copyright © 2019. All rights reserved.