Uses of Class
travel.wink.sdk.booking.model.PayableContractResponseAuthenticatedEntity
Packages that use PayableContractResponseAuthenticatedEntity
-
Uses of PayableContractResponseAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PayableContractResponseAuthenticatedEntityModifier and TypeMethodDescriptionPayableContractResponseAuthenticatedEntity.externalSupplierBookingCode(String externalSupplierBookingCode) PayableContractResponseAuthenticatedEntity.externalSupplierIdentifier(String externalSupplierIdentifier) PayableContractResponseAuthenticatedEntity.externalTransactionIdentifier(String externalTransactionIdentifier) PayableContractResponseAuthenticatedEntity.supplierContractIdentifier(UUID supplierContractIdentifier) PayableContractResponseAuthenticatedEntity.supplierIdentifier(UUID supplierIdentifier) PayableContractResponseAuthenticatedEntity.supplierName(String supplierName) PayableContractResponseAuthenticatedEntity.totalCapturePrice(CustomMonetaryAmount totalCapturePrice) PayableContractResponseAuthenticatedEntity.totalDisplayPrice(CustomMonetaryAmount totalDisplayPrice) PayableContractResponseAuthenticatedEntity.totalInternalPrice(CustomMonetaryAmount totalInternalPrice) PayableContractResponseAuthenticatedEntity.totalPrice(CustomMonetaryAmount totalPrice) PayableContractResponseAuthenticatedEntity.totalSupplierPrice(CustomMonetaryAmount totalSupplierPrice) Methods in travel.wink.sdk.booking.model that return types with arguments of type PayableContractResponseAuthenticatedEntityModifier and TypeMethodDescription@NotNull @Valid List<PayableContractResponseAuthenticatedEntity> CheckoutResponseAuthenticatedEntity.getList()TripPay's ID to be used in conjunction with TripPay's reactive widgetMethods in travel.wink.sdk.booking.model with parameters of type PayableContractResponseAuthenticatedEntityModifier and TypeMethodDescriptionCheckoutResponseAuthenticatedEntity.addListItem(PayableContractResponseAuthenticatedEntity _listItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PayableContractResponseAuthenticatedEntityModifier and TypeMethodDescriptionCheckoutResponseAuthenticatedEntity._list(List<PayableContractResponseAuthenticatedEntity> _list) voidCheckoutResponseAuthenticatedEntity.setList(List<PayableContractResponseAuthenticatedEntity> _list)