Package com.stripe.param.giftcards
Class TransactionCreateParams.CreatedBy.Builder
java.lang.Object
com.stripe.param.giftcards.TransactionCreateParams.CreatedBy.Builder
- Enclosing class:
TransactionCreateParams.CreatedBy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.The details for the payment that created this object.The type of event that created this object.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeTransactionCreateParams.CreatedBy.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeTransactionCreateParams.CreatedBy.extraParams
for the field documentation. -
setPayment
public TransactionCreateParams.CreatedBy.Builder setPayment(TransactionCreateParams.CreatedBy.Payment payment) The details for the payment that created this object. -
setType
public TransactionCreateParams.CreatedBy.Builder setType(TransactionCreateParams.CreatedBy.Type type) The type of event that created this object.
-