Package com.stripe.param
Class AccountUpdateParams.Settings.PaypayPayments.Builder
java.lang.Object
com.stripe.param.AccountUpdateParams.Settings.PaypayPayments.Builder
- Enclosing class:
- AccountUpdateParams.Settings.PaypayPayments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalFile(String element) Add an element to `additionalFiles` list.addAllAdditionalFile(List<String> elements) Add all elements to `additionalFiles` list.build()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.Whether your business sells digital content or not.Details regarding your business's website.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
addAdditionalFile
Add an element to `additionalFiles` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountUpdateParams.Settings.PaypayPayments.additionalFilesfor the field documentation. -
addAllAdditionalFile
public AccountUpdateParams.Settings.PaypayPayments.Builder addAllAdditionalFile(List<String> elements) Add all elements to `additionalFiles` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountUpdateParams.Settings.PaypayPayments.additionalFilesfor the field documentation. -
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. SeeAccountUpdateParams.Settings.PaypayPayments.extraParamsfor 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. SeeAccountUpdateParams.Settings.PaypayPayments.extraParamsfor the field documentation. -
setGoodsType
public AccountUpdateParams.Settings.PaypayPayments.Builder setGoodsType(AccountUpdateParams.Settings.PaypayPayments.GoodsType goodsType) Whether your business sells digital content or not. -
setSite
public AccountUpdateParams.Settings.PaypayPayments.Builder setSite(AccountUpdateParams.Settings.PaypayPayments.Site site) Details regarding your business's website.
-