forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
443 B
443 B
Shipping Name
The name of the party.
Structure
ShippingName
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
fullName |
?string |
Optional | When the party is a person, the party's full name. Constraints: Maximum Length: 300 |
getFullName(): ?string | setFullName(?string fullName): void |
Example (as JSON)
{
"full_name": "full_name6"
}