Package com.stripe.param
Class SourceRetrieveParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.SourceRetrieveParams
public class SourceRetrieveParams extends ApiRequestParams
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceRetrieveParams.Builder
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
-
Method Summary
Modifier and Type Method Description static SourceRetrieveParams.Builder
builder()
java.lang.String
getClientSecret()
The client secret of the source.java.util.List<java.lang.String>
getExpand()
Specifies which fields in the response should be expanded.java.util.Map<java.lang.String,java.lang.Object>
getExtraParams()
Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
getClientSecret
public java.lang.String getClientSecret()The client secret of the source. Required if a publishable key is used to retrieve the source. -
getExpand
public java.util.List<java.lang.String> getExpand()Specifies which fields in the response should be expanded. -
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.
-