Class PostPaymentInstructionBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostPaymentInstructionBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-23T17:59:21.901996Z[Etc/UTC]") public class PostPaymentInstructionBankModel extends Object
Request body for payment instruction creation.
-
-
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.org.openapitools.jackson.nullable.JsonNullable<PostPaymentInstructionBankModel.ExpectedBehaviourEnum>getExpectedBehaviour_JsonNullable()StringgetInvoiceGuid()The invoice guid.inthashCode()PostPaymentInstructionBankModelinvoiceGuid(String invoiceGuid)voidsetExpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)voidsetExpectedBehaviour_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<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
-
getExpectedBehaviour_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<PostPaymentInstructionBankModel.ExpectedBehaviourEnum> getExpectedBehaviour_JsonNullable()
-
setExpectedBehaviour_JsonNullable
public void setExpectedBehaviour_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostPaymentInstructionBankModel.ExpectedBehaviourEnum> expectedBehaviour)
-
setExpectedBehaviour
public void setExpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)
-
-