 | SavedCreditCardBillingState Property |
State of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string BillingState { get; set; }Public Property BillingState As String
Get
Set
public:
property String^ BillingState {
String^ get ();
void set (String^ value);
}member BillingState : string with get, set
Property Value
String
See Also