Uses of Class
travel.wink.sdk.payment.model.RawSupplierContract
Packages that use RawSupplierContract
-
Uses of RawSupplierContract in travel.wink.sdk.payment.model
Methods in travel.wink.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 RawSupplierContractCreateNmiSaleRequest.getContract()Get contract@NotNull @Valid RawSupplierContractCreateStripeSaleRequest.getContract()Get contractRawSupplierContract.identifier(UUID identifier) RawSupplierContract.supplierIdentifier(UUID supplierIdentifier) RawSupplierContract.supplierIdentifierType(RawSupplierContract.SupplierIdentifierTypeEnum supplierIdentifierType) Methods in travel.wink.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 travel.wink.sdk.payment.model with parameters of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.addContractListItem(RawSupplierContract contractListItem) CreateNmiSaleRequest.contract(RawSupplierContract contract) CreateStripeSaleRequest.contract(RawSupplierContract contract) voidCreateNmiSaleRequest.setContract(RawSupplierContract contract) voidCreateStripeSaleRequest.setContract(RawSupplierContract contract) Method parameters in travel.wink.sdk.payment.model with type arguments of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.contractList(List<RawSupplierContract> contractList) voidRawBookingContract.setContractList(List<RawSupplierContract> contractList)