Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferBankModel.PaymentRailEnum
-
Packages that use PostTransferBankModel.PaymentRailEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferBankModel.PaymentRailEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferBankModel.PaymentRailEnum Modifier and Type Method Description static PostTransferBankModel.PaymentRailEnumPostTransferBankModel.PaymentRailEnum. fromValue(String value)PostTransferBankModel.PaymentRailEnumPostTransferBankModel. getPaymentRail()The desired payment rail to initiate the transfer for.static PostTransferBankModel.PaymentRailEnumPostTransferBankModel.PaymentRailEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTransferBankModel.PaymentRailEnum[]PostTransferBankModel.PaymentRailEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostTransferBankModel.PaymentRailEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostTransferBankModel.PaymentRailEnum>PostTransferBankModel. getPaymentRail_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostTransferBankModel.PaymentRailEnum Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. paymentRail(PostTransferBankModel.PaymentRailEnum paymentRail)voidPostTransferBankModel. setPaymentRail(PostTransferBankModel.PaymentRailEnum paymentRail)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostTransferBankModel.PaymentRailEnum Modifier and Type Method Description voidPostTransferBankModel. setPaymentRail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostTransferBankModel.PaymentRailEnum> paymentRail)
-