1
0
Files
PayPal-PHP-Server-SDK/doc/models/shipping-name.md
2024-09-04 15:55:32 +00:00

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"
}