Class PostPaymentInstructionBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostPaymentInstructionBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-20T16:47:40.055745Z[Etc/UTC]") public class PostPaymentInstructionBankModel extends Object
PostPaymentInstructionBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_INVOICE_GUID
-
Constructor Summary
Constructors Constructor Description PostPaymentInstructionBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostPaymentInstructionBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetCustomerGuid()The unique identifier for the customer.StringgetInvoiceGuid()The invoice guid.inthashCode()PostPaymentInstructionBankModelinvoiceGuid(String invoiceGuid)voidsetCustomerGuid(String customerGuid)voidsetInvoiceGuid(String invoiceGuid)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_INVOICE_GUID
public static final String JSON_PROPERTY_INVOICE_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
invoiceGuid
public PostPaymentInstructionBankModel invoiceGuid(String invoiceGuid)
-
setInvoiceGuid
public void setInvoiceGuid(String invoiceGuid)
-
customerGuid
public PostPaymentInstructionBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The unique identifier for the customer.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
-