public class InvoiceGetResponse extends Object
| Constructor and Description |
|---|
InvoiceGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceGetResponse |
addPaymentDataItem(PaymentData paymentDataItem) |
InvoiceGetResponse |
customer(InvoiceCustomer customer) |
InvoiceGetResponse |
invoiceData(InvoiceGetDataResponse invoiceData) |
InvoiceGetResponse |
invoiceUrl(String invoiceUrl) |
InvoiceGetResponse |
merchantOrder(InvoiceMerchantOrder merchantOrder) |
InvoiceGetResponse |
paymentData(List<PaymentData> paymentData) |
void |
setCustomer(InvoiceCustomer customer) |
void |
setInvoiceData(InvoiceGetDataResponse invoiceData) |
void |
setInvoiceUrl(String invoiceUrl) |
void |
setMerchantOrder(InvoiceMerchantOrder merchantOrder) |
void |
setPaymentData(List<PaymentData> paymentData) |
String |
toString() |
public void setCustomer(InvoiceCustomer customer)
public InvoiceGetResponse customer(InvoiceCustomer customer)
customer - Customer datapublic void setInvoiceData(InvoiceGetDataResponse invoiceData)
public InvoiceGetResponse invoiceData(InvoiceGetDataResponse invoiceData)
invoiceData - Invoice datapublic void setInvoiceUrl(String invoiceUrl)
public InvoiceGetResponse invoiceUrl(String invoiceUrl)
invoiceUrl - Invoice URLpublic void setMerchantOrder(InvoiceMerchantOrder merchantOrder)
public InvoiceGetResponse merchantOrder(InvoiceMerchantOrder merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentData(List<PaymentData> paymentData)
public InvoiceGetResponse paymentData(List<PaymentData> paymentData)
paymentData - paymentDatapublic InvoiceGetResponse addPaymentDataItem(PaymentData paymentDataItem)
Copyright © 2024. All rights reserved.