Uses of Class
travel.wink.payment.model.RawSupplierContract
Packages that use RawSupplierContract
-
Uses of RawSupplierContract in travel.wink.payment.model
Methods in travel.wink.payment.model that return RawSupplierContractModifier and TypeMethodDescriptionRawSupplierContract.addContractItemListItem(RawSupplierContractItem contractItemListItem) RawSupplierContract.contractItemList(List<RawSupplierContractItem> contractItemList) RawSupplierContract.externalSupplierBookingCode(String externalSupplierBookingCode) RawSupplierContract.externalTransactionIdentifier(String externalTransactionIdentifier) RawSupplierContract.identifier(String identifier) RawSupplierContract.supplierIdentifier(String supplierIdentifier) RawSupplierContract.supplierIdentifierType(RawSupplierContract.SupplierIdentifierTypeEnum supplierIdentifierType) Methods in travel.wink.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.payment.model with parameters of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.addContractListItem(RawSupplierContract contractListItem) Method parameters in travel.wink.payment.model with type arguments of type RawSupplierContractModifier and TypeMethodDescriptionRawBookingContract.contractList(List<RawSupplierContract> contractList) voidRawBookingContract.setContractList(List<RawSupplierContract> contractList)