Package com.stripe.model
Class Account.Settings.Payments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Payments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
For more details about Payments, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhen enabled, the customer of this Account will receive an email receipt when their payment is successful.The default text that appears on credit card statements when a charge is made.The Kana variation ofstatement_descriptorused for charges in Japan.The Kanji variation ofstatement_descriptorused for charges in Japan.The Kana variation ofstatement_descriptor_prefixused for card charges in Japan.The Kanji variation ofstatement_descriptor_prefixused for card charges in Japan.inthashCode()voidsetEmailCustomersOnSuccessfulPayment(Boolean emailCustomersOnSuccessfulPayment) When enabled, the customer of this Account will receive an email receipt when their payment is successful.voidsetStatementDescriptor(String statementDescriptor) The default text that appears on credit card statements when a charge is made.voidsetStatementDescriptorKana(String statementDescriptorKana) The Kana variation ofstatement_descriptorused for charges in Japan.voidsetStatementDescriptorKanji(String statementDescriptorKanji) The Kanji variation ofstatement_descriptorused for charges in Japan.voidsetStatementDescriptorPrefixKana(String statementDescriptorPrefixKana) The Kana variation ofstatement_descriptor_prefixused for card charges in Japan.voidsetStatementDescriptorPrefixKanji(String statementDescriptorPrefixKanji) The Kanji variation ofstatement_descriptor_prefixused for card charges in Japan.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payments
public Payments()
-
-
Method Details
-
getEmailCustomersOnSuccessfulPayment
When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value isfalse. -
getStatementDescriptor
The default text that appears on credit card statements when a charge is made. This field prefixes any dynamicstatement_descriptorspecified on the charge. -
getStatementDescriptorKana
The Kana variation ofstatement_descriptorused for charges in Japan. Japanese statement descriptors have special requirements. -
getStatementDescriptorKanji
The Kanji variation ofstatement_descriptorused for charges in Japan. Japanese statement descriptors have special requirements. -
getStatementDescriptorPrefixKana
The Kana variation ofstatement_descriptor_prefixused for card charges in Japan. Japanese statement descriptors have special requirements. -
getStatementDescriptorPrefixKanji
The Kanji variation ofstatement_descriptor_prefixused for card charges in Japan. Japanese statement descriptors have special requirements. -
setEmailCustomersOnSuccessfulPayment
When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value isfalse. -
setStatementDescriptor
The default text that appears on credit card statements when a charge is made. This field prefixes any dynamicstatement_descriptorspecified on the charge. -
setStatementDescriptorKana
The Kana variation ofstatement_descriptorused for charges in Japan. Japanese statement descriptors have special requirements. -
setStatementDescriptorKanji
The Kanji variation ofstatement_descriptorused for charges in Japan. Japanese statement descriptors have special requirements. -
setStatementDescriptorPrefixKana
The Kana variation ofstatement_descriptor_prefixused for card charges in Japan. Japanese statement descriptors have special requirements. -
setStatementDescriptorPrefixKanji
The Kanji variation ofstatement_descriptor_prefixused for card charges in Japan. Japanese statement descriptors have special requirements. -
equals
-
canEqual
-
hashCode
public int hashCode()
-