Class PostPaymentInstructionBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostPaymentInstructionBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-19T15:26:29.307075Z[Etc/UTC]") public class PostPaymentInstructionBankModel extends Object
PostPaymentInstructionBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostPaymentInstructionBankModel.ExpectedBehaviourEnumThe optional expected behaviour to simulate.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXPECTED_BEHAVIOURstatic StringJSON_PROPERTY_INVOICE_GUID
-
Constructor Summary
Constructors Constructor Description PostPaymentInstructionBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PostPaymentInstructionBankModelexpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)PostPaymentInstructionBankModel.ExpectedBehaviourEnumgetExpectedBehaviour()The optional expected behaviour to simulate.StringgetInvoiceGuid()The invoice guid.inthashCode()PostPaymentInstructionBankModelinvoiceGuid(String invoiceGuid)voidsetExpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)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_EXPECTED_BEHAVIOUR
public static final String JSON_PROPERTY_EXPECTED_BEHAVIOUR
- See Also:
- Constant Field Values
-
-
Method Detail
-
invoiceGuid
public PostPaymentInstructionBankModel invoiceGuid(String invoiceGuid)
-
setInvoiceGuid
public void setInvoiceGuid(String invoiceGuid)
-
expectedBehaviour
public PostPaymentInstructionBankModel expectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)
-
getExpectedBehaviour
@Nullable public PostPaymentInstructionBankModel.ExpectedBehaviourEnum getExpectedBehaviour()
The optional expected behaviour to simulate.- Returns:
- expectedBehaviour
-
setExpectedBehaviour
public void setExpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)
-
-