Class PhoneRequest
Phone information.
Inherited Members
Namespace: MercadoPago.Client.Common
Assembly: MercadoPago.dll
Syntax
public class PhoneRequest
Properties
| Edit this page View SourceAreaCode
Area code.
Declaration
public string AreaCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Number
Phone number.
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
string |