Class PaymentIntentUpdateParams.PaymentMethodOptions.Alipay

  • Enclosing class:
    PaymentIntentUpdateParams.PaymentMethodOptions

    public static class PaymentIntentUpdateParams.PaymentMethodOptions.Alipay
    extends java.lang.Object
    Order identifier shown to the customer in Afterpay’s online portal. We recommend using a value that helps you answer any questions a customer might have about the payment. The identifier is limited to 128 characters and may contain only letters, digits, underscores, backslashes and dashes.
    • Method Detail

      • getExtraParams

        public java.util.Map<java.lang.String,​java.lang.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.