Uses of Class
travel.wink.sdk.payment.model.RawBeneficiary
Packages that use RawBeneficiary
-
Uses of RawBeneficiary in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return RawBeneficiaryModifier and TypeMethodDescriptionRawBeneficiary.amountDue(VariableCharge amountDue) RawBeneficiary.identifier(UUID identifier) RawBeneficiary.identifierType(RawBeneficiary.IdentifierTypeEnum identifierType) RawBeneficiary.type(RawBeneficiary.TypeEnum type) Methods in travel.wink.sdk.payment.model that return types with arguments of type RawBeneficiaryModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<RawBeneficiary>RawSupplierContractItem.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.payment.model with parameters of type RawBeneficiaryModifier and TypeMethodDescriptionRawSupplierContractItem.addBeneficiaryListItem(RawBeneficiary beneficiaryListItem) Method parameters in travel.wink.sdk.payment.model with type arguments of type RawBeneficiaryModifier and TypeMethodDescriptionRawSupplierContractItem.beneficiaryList(List<RawBeneficiary> beneficiaryList) voidRawSupplierContractItem.setBeneficiaryList(List<RawBeneficiary> beneficiaryList)