Class PaymentMethodsSummary
Implements
Inherited Members
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PaymentMethodsSummary : EasyPostObject, IEasyPostObject
Properties
| Improve this Doc View SourcePrimaryPaymentMethod
The primary PaymentMethod on the user's account.
Declaration
public PaymentMethod PrimaryPaymentMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| PaymentMethod |
SecondaryPaymentMethod
The secondary PaymentMethod on the user's account.
Declaration
public PaymentMethod SecondaryPaymentMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| PaymentMethod |