public static class CustomerCreateParams.TaxInfo.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomerCreateParams.TaxInfo |
build()
Finalize and obtain parameter instance from this builder.
|
CustomerCreateParams.TaxInfo.Builder |
setTaxId(java.lang.String taxId)
The customer's tax ID number.
|
CustomerCreateParams.TaxInfo.Builder |
setType(CustomerCreateParams.TaxInfo.Type type)
The type of ID number.
|
public CustomerCreateParams.TaxInfo build()
public CustomerCreateParams.TaxInfo.Builder setTaxId(java.lang.String taxId)
public CustomerCreateParams.TaxInfo.Builder setType(CustomerCreateParams.TaxInfo.Type type)