BillingContactRequestWithPhone

Parameters

givenName

First/given name of the payment type account holder. Max 60 characters. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded.

familyName

Last/family name of the payment type account holder. Max 60 characters. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded.

address
phone

Constructors

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final BillingContactRequestAddress address
Link copied to clipboard
@Valid()
private final String familyName
Link copied to clipboard
@Valid()
private final String givenName
Link copied to clipboard
@Valid()
private final PhoneRequest phone

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getFamilyName()
Link copied to clipboard
public final String getGivenName()
Link copied to clipboard
public final PhoneRequest getPhone()