Uses of Class
com.vonage.client.subaccounts.MoneyTransfer
Packages that use MoneyTransfer
-
Uses of MoneyTransfer in com.vonage.client.subaccounts
Methods in com.vonage.client.subaccounts that return MoneyTransferModifier and TypeMethodDescriptionMoneyTransfer.Builder.build()Builds the MoneyTransfer.static MoneyTransferCreates an instance of this class from a JSON payload.SubaccountsClient.transferBalance(MoneyTransfer request) Transfer balance between the primary account and one of its subaccounts.SubaccountsClient.transferCredit(MoneyTransfer request) Transfer credit limit between the primary account and one of its subaccounts.Methods in com.vonage.client.subaccounts that return types with arguments of type MoneyTransferModifier and TypeMethodDescriptionSubaccountsClient.listBalanceTransfers()Retrieve a list of balance transfers that have taken place for the primary account within a specified time period.SubaccountsClient.listBalanceTransfers(ListTransfersFilter filter) Retrieve a list of balance transfers that have taken place for the primary account within a specified time period.SubaccountsClient.listCreditTransfers()Retrieve a list of credit transfers that have taken place for the primary account within a specified time period.SubaccountsClient.listCreditTransfers(ListTransfersFilter filter) Retrieve a list of credit transfers that have taken place for the primary account within a specified time period.Methods in com.vonage.client.subaccounts with parameters of type MoneyTransferModifier and TypeMethodDescriptionSubaccountsClient.transferBalance(MoneyTransfer request) Transfer balance between the primary account and one of its subaccounts.SubaccountsClient.transferCredit(MoneyTransfer request) Transfer credit limit between the primary account and one of its subaccounts.