Class SourceUpdateParams.Mandate.Acceptance

java.lang.Object
com.stripe.param.SourceUpdateParams.Mandate.Acceptance
Enclosing class:
SourceUpdateParams.Mandate

public static class SourceUpdateParams.Mandate.Acceptance extends Object
  • Method Details

    • builder

    • getDate

      public Long getDate()
      The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getIp

      public Object getIp()
      The IP address from which the mandate was accepted or refused by the customer.
    • getOffline

      The parameters required to store a mandate accepted offline. Should only be set if mandate[type] is offline
    • getOnline

      The parameters required to store a mandate accepted online. Should only be set if mandate[type] is online
    • getStatus

      Required. The status of the mandate acceptance. Either accepted (the mandate was accepted) or refused (the mandate was refused).
    • getType

      The type of acceptance information included with the mandate. Either online or offline
    • getUserAgent

      public Object getUserAgent()
      The user agent of the browser from which the mandate was accepted or refused by the customer.