 | PinBasedPaymentBillingStreet Property |
Billing address street for this credit card.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("pin_street")]
public string BillingStreet { get; set; }<NetForumFieldAttribute("pin_street")>
Public Property BillingStreet As String
Get
Setpublic:
[NetForumFieldAttribute(L"pin_street")]
property String^ BillingStreet {
String^ get ();
void set (String^ value);
}[<NetForumFieldAttribute("pin_street")>]
member BillingStreet : string with get, setProperty 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