Class OutboundPaymentCreateParams.To

java.lang.Object
com.stripe.param.v2.moneymanagement.OutboundPaymentCreateParams.To
Enclosing class:
OutboundPaymentCreateParams

public static class OutboundPaymentCreateParams.To extends Object
  • Method Details

    • builder

      public static OutboundPaymentCreateParams.To.Builder builder()
    • getCurrency

      public String getCurrency()
      Describes the currency to send to the recipient. If included, this currency must match a currency supported by the destination. Can be omitted in the following cases: - destination only supports one currency - destination supports multiple currencies and one of the currencies matches the FA currency - destination supports multiple currencies and one of the currencies matches the presentment currency Note - when both FA currency and presentment currency are supported, we pick the FA currency to minimize FX.
    • 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.
    • getPayoutMethod

      public String getPayoutMethod()
      The payout method which the OutboundPayment uses to send payout.
    • getRecipient

      public String getRecipient()
      Required. To which account the OutboundPayment is sent.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object