public class Payment extends Object
| Constructor and Description |
|---|
Payment(BoletoModel boletoModel,
boolean sandbox) |
Payment(String numeroBoleto,
LocalDate dataVencimento,
int i) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication() |
String |
getCallbackUrl() |
Customer |
getCustomer() |
Integer |
getId() |
Boolean |
getIsSandbox() |
String |
getPaymentMethod() |
PaymentObject |
getPaymentObject() |
List<Product> |
getProducts() |
String |
getReference() |
String |
getVendor() |
void |
setApplication(String application) |
void |
setCallbackUrl(String callbackUrl) |
void |
setCustomer(Customer customer) |
void |
setId(Integer id) |
void |
setIsSandbox(Boolean isSandbox) |
void |
setPaymentMethod(String paymentMethod) |
void |
setPaymentObject(PaymentObject paymentObject) |
void |
setProducts(List<Product> products) |
void |
setReference(String reference) |
void |
setVendor(String vendor) |
String |
toString() |
public Payment(BoletoModel boletoModel, boolean sandbox)
public Integer getId()
public void setId(Integer id)
public Boolean getIsSandbox()
public void setIsSandbox(Boolean isSandbox)
public String getApplication()
public void setApplication(String application)
public String getVendor()
public void setVendor(String vendor)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public String getReference()
public void setReference(String reference)
public Customer getCustomer()
public void setCustomer(Customer customer)
public PaymentObject getPaymentObject()
public void setPaymentObject(PaymentObject paymentObject)
Copyright © 2022. All rights reserved.