Show / Hide Table of Contents

Class AddPaymentMethod

Parameters for API calls.

Inheritance
System.Object
BaseParameters<ReferralCustomer>
AddPaymentMethod
Implements
IBaseParameters
Inherited Members
BaseParameters<ReferralCustomer>.MatchFunction
BaseParameters<ReferralCustomer>.Matches(ReferralCustomer)
BaseParameters<ReferralCustomer>.ToDictionary()
BaseParameters<ReferralCustomer>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.ReferralCustomer
Assembly: EasyPost.dll
Syntax
public class AddPaymentMethod : BaseParameters<ReferralCustomer>, IBaseParameters

Properties

| Improve this Doc View Source

PaymentMethodReference

The Stripe-provided payment method ID associated with the payment method being added.

Declaration
public string? PaymentMethodReference { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Priority

Which priority to assign to the payment method in their EasyPost account.

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

StripeCustomerId

The Stripe-provided customer ID associated with the payment method being added.

Declaration
public string? StripeCustomerId { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Implements

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