Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostPaymentInstructionBankModel
-
Packages that use PostPaymentInstructionBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostPaymentInstructionBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type PostPaymentInstructionBankModel Modifier and Type Method Description reactor.core.publisher.Mono<PaymentInstructionBankModel>PaymentInstructionsBankApi. createPaymentInstruction(PostPaymentInstructionBankModel postPaymentInstructionBankModel)Create Payment Instruction Creates a payment instruction.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PaymentInstructionBankModel>>PaymentInstructionsBankApi. createPaymentInstructionWithHttpInfo(PostPaymentInstructionBankModel postPaymentInstructionBankModel) -
Uses of PostPaymentInstructionBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostPaymentInstructionBankModel Modifier and Type Method Description PostPaymentInstructionBankModelPostPaymentInstructionBankModel. invoiceGuid(String invoiceGuid)
-