Package com.stripe.param
Class SourceCreateParams.Receiver
java.lang.Object
com.stripe.param.SourceCreateParams.Receiver
- Enclosing class:
- SourceCreateParams
public static class SourceCreateParams.Receiver
extends java.lang.Object
State, county, province, or region.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceCreateParams.Receiver.Builder
static class
SourceCreateParams.Receiver.RefundAttributesMethod
-
Method Summary
Modifier and Type Method Description static SourceCreateParams.Receiver.Builder
builder()
java.util.Map<java.lang.String,java.lang.Object>
getExtraParams()
Map of extra parameters for custom features not available in this client library.SourceCreateParams.Receiver.RefundAttributesMethod
getRefundAttributesMethod()
The method Stripe should use to request information needed to process a refund or mispayment.
-
Method Details
-
builder
-
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. -
getRefundAttributesMethod
The method Stripe should use to request information needed to process a refund or mispayment. Either `email` (an email is sent directly to the customer) or `manual` (a `source.refund_attributes_required` event is sent to your webhooks endpoint). Refer to each payment method's documentation to learn which refund attributes may be required.
-