public class Payment extends Object
| Constructor and Description |
|---|
Payment() |
Payment(BoletoModel boletoModel,
boolean sandbox) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication() |
String |
getCallbackUrl() |
Customer |
getCustomer() |
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 |
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()
public Payment(BoletoModel boletoModel, boolean sandbox)
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.