Interface Client

All Superinterfaces:
BaseObject<Client>, Reference<Client>

@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface Client extends BaseObject<Client>
  • Method Details

    • getName

      @Parameter String getName()
    • getActive

      @SerializedName("is_active") @Nullable Boolean getActive()
    • getAddress

      @Nullable String getAddress()
      max length = 65,535
      Returns:
      the current value
    • getCurrency

      @Nullable String getCurrency()