Class AddPaymentMethod
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.ReferralCustomer
Assembly: EasyPost.dll
Syntax
public class AddPaymentMethod : BaseParameters<ReferralCustomer>, IBaseParameters
Properties
| Improve this Doc View SourcePaymentMethodReference
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> |
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 |
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> |