Package io.stigg.api.operations.type
Class DetachCustomerPaymentMethodInput.Builder
- java.lang.Object
-
- io.stigg.api.operations.type.DetachCustomerPaymentMethodInput.Builder
-
- Enclosing class:
- DetachCustomerPaymentMethodInput
public static final class DetachCustomerPaymentMethodInput.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachCustomerPaymentMethodInputbuild()DetachCustomerPaymentMethodInput.BuildercustomerId(java.lang.String customerId)DetachCustomerPaymentMethodInput.BuilderenvironmentId(java.lang.String environmentId)
-
-
-
Method Detail
-
customerId
public DetachCustomerPaymentMethodInput.Builder customerId(java.lang.String customerId)
-
environmentId
public DetachCustomerPaymentMethodInput.Builder environmentId(java.lang.String environmentId)
-
build
public DetachCustomerPaymentMethodInput build()
-
-