Package com.stripe.param
Class AccountUpdateParams.Settings
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.Settings
-
- Enclosing class:
- AccountUpdateParams
public static class AccountUpdateParams.Settings extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.Settings.Brandingstatic classAccountUpdateParams.Settings.Builderstatic classAccountUpdateParams.Settings.CardIssuingA CSS hex color value representing the secondary branding color for this account.static classAccountUpdateParams.Settings.CardPaymentsThe user agent of the browser from which the account representative accepted the service agreement.static classAccountUpdateParams.Settings.PaymentsAdd all map key/value pairs to `extraParams` map.static classAccountUpdateParams.Settings.PayoutsThe Kanji variation of the default text that appears on credit card statements when a charge is made (Japan only).
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.Settings.Builderbuilder()AccountUpdateParams.Settings.BrandinggetBranding()Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.AccountUpdateParams.Settings.CardIssuinggetCardIssuing()Settings specific to the account's use of the Card Issuing product.AccountUpdateParams.Settings.CardPaymentsgetCardPayments()Settings specific to card charging on the account.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.AccountUpdateParams.Settings.PaymentsgetPayments()Settings that apply across payment methods for charging on the account.AccountUpdateParams.Settings.PayoutsgetPayouts()Settings specific to the account's payouts.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.Settings.Builder builder()
-
getBranding
public AccountUpdateParams.Settings.Branding getBranding()
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
-
getCardIssuing
public AccountUpdateParams.Settings.CardIssuing getCardIssuing()
Settings specific to the account's use of the Card Issuing product.
-
getCardPayments
public AccountUpdateParams.Settings.CardPayments getCardPayments()
Settings specific to card charging on the account.
-
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@SerializedNamevalue. 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.
-
getPayments
public AccountUpdateParams.Settings.Payments getPayments()
Settings that apply across payment methods for charging on the account.
-
getPayouts
public AccountUpdateParams.Settings.Payouts getPayouts()
Settings specific to the account's payouts.
-
-