PinBasedPaymentBillingCountryIsoNumericCode Property
Billing address country for this credit card, represented by the ISO numeric code for the country.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("pin_cty_iso_number")]
public string BillingCountryIsoNumericCode { get; set; }
<NetForumFieldAttribute("pin_cty_iso_number")>
Public Property BillingCountryIsoNumericCode As String
Get
Set
public:
[NetForumFieldAttribute(L"pin_cty_iso_number")]
property String^ BillingCountryIsoNumericCode {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("pin_cty_iso_number")>]
member BillingCountryIsoNumericCode : string with get, set
Property Value
String
If any one of the "Billing" properties on this payment are filled in,
netFORUM will ignore the shopping cart billing address entirely when generating records related to this payment,
and instead use the values in these properties, even if most of them are blank.