Uses of Class
app.cybrid.cybrid_api_bank.client.model.PaymentInstructionListBankModel
-
Packages that use PaymentInstructionListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PaymentInstructionListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type PaymentInstructionListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<PaymentInstructionListBankModel>PaymentInstructionsBankApi. listPaymentInstructions(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid, String invoiceGuid)List Payment Instructions Retrieves a list of payment instructions.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PaymentInstructionListBankModel>>PaymentInstructionsBankApi. listPaymentInstructionsWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid, String invoiceGuid) -
Uses of PaymentInstructionListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PaymentInstructionListBankModel Modifier and Type Method Description PaymentInstructionListBankModelPaymentInstructionListBankModel. addObjectsItem(PaymentInstructionBankModel objectsItem)PaymentInstructionListBankModelPaymentInstructionListBankModel. objects(List<PaymentInstructionBankModel> objects)PaymentInstructionListBankModelPaymentInstructionListBankModel. page(BigInteger page)PaymentInstructionListBankModelPaymentInstructionListBankModel. perPage(BigInteger perPage)PaymentInstructionListBankModelPaymentInstructionListBankModel. total(BigInteger total)
-