Package com.stripe.param
Class InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder
java.lang.Object
com.stripe.param.InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder
public static class InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder
extends Object
-
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.Details of the pause_collection behavior to apply to the amendment.Required. Determines the type of the pause_collection amendment.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder putExtraParam(String key, Object value) 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. SeeInvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder putAllExtraParam(Map<String, Object> map) 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. SeeInvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.extraParams
for the field documentation. -
setSet
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder setSet(InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Set set) Details of the pause_collection behavior to apply to the amendment. -
setType
public InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Builder setType(InvoiceCreatePreviewParams.ScheduleDetails.Amendment.SetPauseCollection.Type type) Required. Determines the type of the pause_collection amendment.
-