Uses of Class
io.trippay.sdk.payment.model.RawSupplierContract
Packages that use RawSupplierContract
-
Uses of RawSupplierContract in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return RawSupplierContractModifier and TypeMethodDescriptionRawSupplierContract.addContractItemListItem(RawSupplierContractItem contractItemListItem) RawSupplierContract.contractItemList(List<RawSupplierContractItem> contractItemList) RawSupplierContract.externalSupplierBookingCode(String externalSupplierBookingCode) RawSupplierContract.externalTransactionIdentifier(String externalTransactionIdentifier) @NotNull @Valid RawSupplierContractCreatePaymentIntentRequest.getContract()Get contract@NotNull @Valid RawSupplierContractPriceSupplierContractWithAcquirerRequest.getContract()Get contractRawSupplierContract.identifier(UUID identifier) RawSupplierContract.putMetadataItem(String key, String metadataItem) RawSupplierContract.supplierIdentifier(UUID supplierIdentifier) RawSupplierContract.supplierIdentifierType(RawSupplierContract.SupplierIdentifierTypeEnum supplierIdentifierType) Methods in io.trippay.sdk.payment.model that return types with arguments of type RawSupplierContractModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<RawSupplierContract>RawBookingContract.getContractList()Get contractListMethods in io.trippay.sdk.payment.model with parameters of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.addContractListItem(RawSupplierContract contractListItem) CreatePaymentIntentRequest.contract(RawSupplierContract contract) PriceSupplierContractWithAcquirerRequest.contract(RawSupplierContract contract) voidCreatePaymentIntentRequest.setContract(RawSupplierContract contract) voidPriceSupplierContractWithAcquirerRequest.setContract(RawSupplierContract contract) Method parameters in io.trippay.sdk.payment.model with type arguments of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.contractList(List<RawSupplierContract> contractList) voidRawBookingContract.setContractList(List<RawSupplierContract> contractList)