Show / Hide Table of Contents

Class PaymentMethodType

Enum representing an EasyPost payment method type.

Inheritance
System.Object
Enum
ValueEnum
PaymentMethodType
Implements
IEnum
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(Object)
ValueEnum.Equals(Nullable<Object>)
ValueEnum.GetHashCode()
Enum.CompareTo(Nullable<Object>)
Enum.GetAll<T>()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class PaymentMethodType : ValueEnum, IEnum

Fields

| Improve this Doc View Source

BankAccount

The bank account payment method type.

Declaration
public static readonly PaymentMethodType BankAccount
Field Value
Type Description
PaymentMethodType
| Improve this Doc View Source

CreditCard

The credit card payment method type.

Declaration
public static readonly PaymentMethodType CreditCard
Field Value
Type Description
PaymentMethodType

Implements

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