PinBasedPaymentBillingState Property

Billing address state for this credit card.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("pin_state")]
public string BillingState { get; set; }

Property Value

String

Remarks

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.

See Also