Sha256: e26c1e92398a8453a3857c1a1629d91a6a43c761122989ab53cc4c9bbdf15b05
Contents?: true
Size: 799 Bytes
Versions: 2
Compression:
Stored size: 799 Bytes
Contents
# PCPServerSDK::PaymentProduct840CustomerAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **company_name** | **String** | Name of the company in case the PayPal account is owned by a business | [optional] | | **first_name** | **String** | First name of the PayPal account holder | [optional] | | **payer_id** | **String** | The unique identifier of a PayPal account and will never change in the life cycle of a PayPal account. | [optional] | | **surname** | **String** | Surname of the PayPal account holder | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::PaymentProduct840CustomerAccount.new( company_name: Customer Company Name, first_name: John, payer_id: RRCYJUTFJGZTA, surname: Doe ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/PaymentProduct840CustomerAccount.md |
pcp-server-ruby-sdk-0.1.0 | docs/PaymentProduct840CustomerAccount.md |