Show / Hide Table of Contents

Class PaymentMethodsSummary

Represents a summary of the primary and secondary payment methods on the user's account.

Inheritance
System.Object
EphemeralEasyPostObject
EasyPostObject
PaymentMethodsSummary
Implements
IEasyPostObject
Inherited Members
EasyPostObject.CreatedAt
EasyPostObject.Id
EasyPostObject.UpdatedAt
EasyPostObject.Prefix
EasyPostObject.AsDictionary()
EasyPostObject.ToString()
EasyPostObject.Equals(Nullable<Object>)
EasyPostObject.GetHashCode()
EphemeralEasyPostObject.Mode
EphemeralEasyPostObject.AsJson()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PaymentMethodsSummary : EasyPostObject, IEasyPostObject

Properties

| Improve this Doc View Source

PrimaryPaymentMethod

The primary PaymentMethod on the user's account.

Declaration
public PaymentMethod PrimaryPaymentMethod { get; set; }
Property Value
Type Description
PaymentMethod
| Improve this Doc View Source

SecondaryPaymentMethod

The secondary PaymentMethod on the user's account.

Declaration
public PaymentMethod SecondaryPaymentMethod { get; set; }
Property Value
Type Description
PaymentMethod

Implements

IEasyPostObject
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX