public class CarrierAccount extends PayPalModel
| Constructor and Description |
|---|
CarrierAccount()
Default Constructor
|
CarrierAccount(String externalCustomerId,
CountryCode countryCode)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CountryCode |
getCountryCode()
Getter for countryCode
|
String |
getExternalCustomerId()
Getter for externalCustomerId
|
String |
getId()
Getter for id
|
String |
getPhoneNumber()
Getter for phoneNumber
|
String |
getPhoneSource()
Getter for phoneSource
|
CarrierAccount |
setCountryCode(CountryCode countryCode)
Setter for countryCode
|
CarrierAccount |
setExternalCustomerId(String externalCustomerId)
Setter for externalCustomerId
|
CarrierAccount |
setId(String id)
Setter for id
|
CarrierAccount |
setPhoneNumber(String phoneNumber)
Setter for phoneNumber
|
CarrierAccount |
setPhoneSource(String phoneSource)
Setter for phoneSource
|
equals, hashCode, toJSON, toStringpublic CarrierAccount()
public CarrierAccount(String externalCustomerId, CountryCode countryCode)
public CarrierAccount setId(String id)
public String getId()
public CarrierAccount setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public CarrierAccount setExternalCustomerId(String externalCustomerId)
public String getExternalCustomerId()
public CarrierAccount setPhoneSource(String phoneSource)
public String getPhoneSource()
public CarrierAccount setCountryCode(CountryCode countryCode)
public CountryCode getCountryCode()
Copyright © 2016. All Rights Reserved.