Uses of Class
io.trippay.sdk.payment.model.PayableContractSupplierItemBeneficiary
Packages that use PayableContractSupplierItemBeneficiary
-
Uses of PayableContractSupplierItemBeneficiary in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayableContractSupplierItemBeneficiaryModifier and TypeMethodDescriptionPayableContractSupplierItemBeneficiary.amountDue(BeneficiaryCharge amountDue) PayableContractSupplierItemBeneficiary.identifier(String identifier) PayableContractSupplierItemBeneficiary.identifierType(PayableContractSupplierItemBeneficiary.IdentifierTypeEnum identifierType) PayableContractSupplierItemBeneficiary.putMetadataItem(String key, String metadataItem) PayableContractSupplierItemBeneficiary.type(PayableContractSupplierItemBeneficiary.TypeEnum type) Methods in io.trippay.sdk.payment.model that return types with arguments of type PayableContractSupplierItemBeneficiaryModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<@Valid PayableContractSupplierItemBeneficiary> PayableContractSupplierItem.getBeneficiaryList()Get beneficiaryListMethods in io.trippay.sdk.payment.model with parameters of type PayableContractSupplierItemBeneficiaryModifier and TypeMethodDescriptionPayableContractSupplierItem.addBeneficiaryListItem(PayableContractSupplierItemBeneficiary beneficiaryListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type PayableContractSupplierItemBeneficiaryModifier and TypeMethodDescriptionPayableContractSupplierItem.beneficiaryList(List<@Valid PayableContractSupplierItemBeneficiary> beneficiaryList) voidPayableContractSupplierItem.setBeneficiaryList(List<@Valid PayableContractSupplierItemBeneficiary> beneficiaryList)