ShippingCountry Property
Customer's shipping country.
Object Oriented Interface
public function getShippingCountry(); public function setShippingCountry($value);
Procedural Interface
inpay_recurringbilling_get($res, 65 ); inpay_recurringbilling_set($res, 65, $value );
Default Value
''
Remarks
Customer's shipping country. This property contains the country in which the customer is located. Most gateways use a two-letter country code, specified in ISO-3166.
This property is not available at design time.
Data Type
String