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