public class ResponseDetail extends Object
| Constructor and Description |
|---|
ResponseDetail() |
public String getIdTransaction()
public void setIdTransaction(String idTransaction)
public String getStatus()
public void setStatus(String status)
public String getMessage()
public void setMessage(String message)
public String getApplication()
public void setApplication(String application)
public String getVendor()
public void setVendor(String vendor)
public String getReference()
public void setReference(String reference)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getCreatedDate()
public void setCreatedDate(String createdDate)
public Float getAmount()
public void setAmount(Float amount)
public Float getNetValue()
public void setNetValue(Float netValue)
public BigDecimal getTaxValue()
public void setTaxValue(BigDecimal taxValue)
public Float getNegotiationTax()
public void setNegotiationTax(Float negotiationTax)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public LocalDate getPaymentDate()
public void setPaymentDate(LocalDate paymentDate)
public Customer getCustomer()
public void setCustomer(Customer customer)
public PaymentObject getPaymentObject()
public void setPaymentObject(PaymentObject paymentObject)
Copyright © 2022. All rights reserved.