Package com.stripe.param
Class AccountCreateParams.Settings
- java.lang.Object
-
- com.stripe.param.AccountCreateParams.Settings
-
- Enclosing class:
- AccountCreateParams
public static class AccountCreateParams.Settings extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountCreateParams.Settings.Brandingstatic classAccountCreateParams.Settings.Builderstatic classAccountCreateParams.Settings.CardIssuingA CSS hex color value representing the secondary branding color for this account.static classAccountCreateParams.Settings.CardPaymentsThe user agent of the browser from which the account representative accepted the service agreement.static classAccountCreateParams.Settings.PaymentsAdd all map key/value pairs to `extraParams` map.static classAccountCreateParams.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 AccountCreateParams.Settings.Builderbuilder()AccountCreateParams.Settings.BrandinggetBranding()Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.AccountCreateParams.Settings.CardIssuinggetCardIssuing()Settings specific to the account's use of the Card Issuing product.AccountCreateParams.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.AccountCreateParams.Settings.PaymentsgetPayments()Settings that apply across payment methods for charging on the account.AccountCreateParams.Settings.PayoutsgetPayouts()Settings specific to the account's payouts.
-
-
-
Method Detail
-
builder
public static AccountCreateParams.Settings.Builder builder()
-
getBranding
public AccountCreateParams.Settings.Branding getBranding()
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
-
getCardIssuing
public AccountCreateParams.Settings.CardIssuing getCardIssuing()
Settings specific to the account's use of the Card Issuing product.
-
getCardPayments
public AccountCreateParams.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 AccountCreateParams.Settings.Payments getPayments()
Settings that apply across payment methods for charging on the account.
-
getPayouts
public AccountCreateParams.Settings.Payouts getPayouts()
Settings specific to the account's payouts.
-
-