Class RefundPaymentProduct840CustomerAccount
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class RefundPaymentProduct840CustomerAccount
Properties
CustomerAccountStatus
Status of the PayPal account.
Possible values are:
- verified - PayPal has verified the funding means for this account
- unverified - PayPal has not verified the funding means for this account
Declaration
public string CustomerAccountStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerAddressStatus
Status of the customer's shipping address as registered by PayPal
Possible values are:
- none - Status is unknown at PayPal
- confirmed - The address has been confirmed
- unconfirmed - The address has not been confirmed
Declaration
public string CustomerAddressStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
PayerId
The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
Declaration
public string PayerId { get; set; }
Property Value
Type | Description |
---|---|
string |