| java.lang.Object |
| ↳ |
com.wsl.modules.stripe.complextypes.CreateChargeParameters |
Class Overview
Wraps the Create Charge parameters
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
int
applicationFee
private
String
customerId
private
String
description
private
String
destination
private
Map<String, Object>
metadata
private
String
receiptEmail
private
Map<String, String>
shipping
private
String
statementDescriptor
Public Constructors
public
CreateChargeParameters
()
Public Methods
public
int
getApplicationFee
()
public
String
getCurrency
()
public
String
getCustomerId
()
public
String
getDescription
()
public
String
getDestination
()
public
Map<String, Object>
getMetadata
()
public
String
getReceiptEmail
()
public
Map<String, String>
getShipping
()
public
String
getStatementDescriptor
()
public
boolean
isCapture
()
public
void
setAmount
(int amount)
public
void
setApplicationFee
(int applicationFee)
Parameters
| applicationFee
| The applicationFee to set
|
public
void
setCapture
(boolean capture)
Parameters
| capture
| The capture to set
|
public
void
setCurrency
(String currency)
Parameters
| currency
| The currency to set
|
public
void
setCustomerId
(String customerId)
Parameters
| customerId
| The customerId to set
|
public
void
setDescription
(String description)
Parameters
| description
| The description to set
|
public
void
setDestination
(String destination)
Parameters
| destination
| The destination to set
|
public
void
setMetadata
(Map<String, Object> metadata)
Parameters
| metadata
| The metadata to set
|
public
void
setReceiptEmail
(String receiptEmail)
Parameters
| receiptEmail
| The receiptEmail to set
|
public
void
setShipping
(Map<String, String> shipping)
Parameters
| shipping
| The shipping to set
|
public
void
setSource
(Source source)
public
void
setStatementDescriptor
(String statementDescriptor)
Parameters
| statementDescriptor
| The statementDescriptor to set
|