public class Payment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Payment.Method |
static class |
Payment.Status |
static class |
Payment.Type |
| Constructor and Description |
|---|
Payment() |
public UUID getId()
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public String getCurrency()
public void setCurrency(String currency)
public Date getCreated()
public Payment.Type getType()
public Boolean getLive()
public String getDescription()
public void setDescription(String description)
public String getStatementDescriptorSuffix()
public void setStatementDescriptorSuffix(String statementDescriptorSuffix)
@Deprecated public void setAuthorizeData(String authorizeData)
authorizeData - public void setSettle(Boolean settle)
public Payment.Status getStatus()
public String getError()
public String getMerchantAdviceCode()
public String getCountry()
public void setCountry(String country)
public void setOrderId(String orderId)
public String getOrderId()
public Payment.Method getPaymentMethod()
public void setPaymentMethod(Payment.Method paymentMethod)
public PaymentInstrument getPaymentInstrument()
public void setPaymentInstrument(PaymentInstrument paymentInstrument)
@Deprecated public String getAuthorizeData()
public AuthorizationInformation getAuthorizationInformation()
public Threeds2Data getThreeds2Data()
public void setThreeds2Data(Threeds2Data threeds2Data)
public Threeds2AuthorizationInformation getThreeds2AuthorizationInformation()
public void setThreeds2AuthorizationInformation(Threeds2AuthorizationInformation threeds2AuthorizationInformation)
public boolean isThreedsV1()
public boolean isThreedsV2()
Copyright © 2024. All rights reserved.