forked from LiveCarta/PayPal-PHP-SDK
Updated Invoicing APIs
- Updated Model objects. - Updated Samples. - Updated Tests.
This commit is contained in:
@@ -20,7 +20,7 @@ use PayPal\Common\PayPalModel;
|
||||
class ShippingInfo extends PayPalModel
|
||||
{
|
||||
/**
|
||||
* First name of the invoice recipient. 30 characters max.
|
||||
* The invoice recipient first name. Maximum length is 30 characters.
|
||||
*
|
||||
* @param string $first_name
|
||||
*
|
||||
@@ -33,7 +33,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* First name of the invoice recipient. 30 characters max.
|
||||
* The invoice recipient first name. Maximum length is 30 characters.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
@@ -43,7 +43,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Last name of the invoice recipient. 30 characters max.
|
||||
* The invoice recipient last name. Maximum length is 30 characters.
|
||||
*
|
||||
* @param string $last_name
|
||||
*
|
||||
@@ -56,7 +56,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Last name of the invoice recipient. 30 characters max.
|
||||
* The invoice recipient last name. Maximum length is 30 characters.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
@@ -66,7 +66,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Company business name of the invoice recipient. 100 characters max.
|
||||
* The invoice recipient company business name. Maximum length is 100 characters.
|
||||
*
|
||||
* @param string $business_name
|
||||
*
|
||||
@@ -79,7 +79,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Company business name of the invoice recipient. 100 characters max.
|
||||
* The invoice recipient company business name. Maximum length is 100 characters.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
@@ -146,7 +146,7 @@ class ShippingInfo extends PayPalModel
|
||||
}
|
||||
|
||||
/**
|
||||
* Address of the invoice recipient.
|
||||
* The invoice recipient address.
|
||||
*
|
||||
* @return \PayPal\Api\InvoiceAddress
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user