Class CreateSubaccountRequest

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.subaccounts.CreateSubaccountRequest
All Implemented Interfaces:
Jsonable

  • Method Details

    • getName

      public String getName()
      Name of the subaccount.
      Returns:
      The subaccount name.
    • getUsePrimaryAccountBalance

      Whether to use the primary account's balance.
      Returns:
      true if the balance is shared with the primary account or null if unspecified (the default).
    • getSecret

      public String getSecret()
      Subaccount API secret.
      Returns:
      The secret to associate with this API key.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.