Uses of Class
app.cybrid.cybrid_api_bank.client.model.PaymentInstructionBankModel
-
Packages that use PaymentInstructionBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PaymentInstructionBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type PaymentInstructionBankModel 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)reactor.core.publisher.Mono<PaymentInstructionBankModel>PaymentInstructionsBankApi. getPaymentInstruction(String paymentInstructionGuid)Get Payment Instruction Retrieves a payment_instruction.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PaymentInstructionBankModel>>PaymentInstructionsBankApi. getPaymentInstructionWithHttpInfo(String paymentInstructionGuid) -
Uses of PaymentInstructionBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PaymentInstructionBankModel Modifier and Type Method Description List<PaymentInstructionBankModel>PaymentInstructionListBankModel. getObjects()Get objectsMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type PaymentInstructionBankModel Modifier and Type Method Description PaymentInstructionListBankModelPaymentInstructionListBankModel. addObjectsItem(PaymentInstructionBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PaymentInstructionBankModel Modifier and Type Method Description PaymentInstructionListBankModelPaymentInstructionListBankModel. objects(List<PaymentInstructionBankModel> objects)voidPaymentInstructionListBankModel. setObjects(List<PaymentInstructionBankModel> objects)
-