ShippingAddressUsageIndicator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=ShippingAddresUsageIndicator enumeration}} This enum indicates when the payer added the shipping address to it's account. = Included in = Shipping address...") |
Stankovicsa (talk | contribs) m (Stankovicsa moved page ShippingAddresUsageIndicator to ShippingAddressUsageIndicator: typo fix) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
= Included in = | = Included in = | ||
Shipping address usage | Shipping address usage indicator are used in the following structures: | ||
* [[PayerAccountInformation]] | * [[PayerAccountInformation]] | ||
Latest revision as of 12:16, 26 August 2019
ShippingAddresUsageIndicator enumeration
This enum indicates when the payer added the shipping address to it's account.
Included in
Shipping address usage indicator are used in the following structures:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
ThisTransaction | 0 | The shipping address was added during this payment. |
LessThan30Days | 10 | The shipping address was added less than 30 days ago. |
Between30And60Days | 20 | The shipping address was added between 30 and 60 days ago. |
MoreThan60Days | 30 | The shipping address was added more than 60 days ago. |