@@ -141,7 +141,6 @@ public function getMerchant_info() {
141
141
/**
142
142
* Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
143
143
*
144
- * @array
145
144
* @param PayPal\Api\BillingInfo $billing_info
146
145
*/
147
146
public function setBillingInfo ($ billing_info ) {
@@ -161,7 +160,6 @@ public function getBillingInfo() {
161
160
/**
162
161
* Email address of invoice recipient (required) and optional billing information. (Note: We currently only allow one recipient).
163
162
*
164
- * @array
165
163
* @param PayPal\Api\BillingInfo $billing_info
166
164
* @deprecated. Instead use setBillingInfo
167
165
*/
@@ -221,7 +219,6 @@ public function getShipping_info() {
221
219
/**
222
220
* List of items included in the invoice. 100 items max per invoice.
223
221
*
224
- * @array
225
222
* @param PayPal\Api\InvoiceItem $items
226
223
*/
227
224
public function setItems ($ items ) {
@@ -634,7 +631,6 @@ public function getTotal_amount() {
634
631
/**
635
632
* List of payment details for the invoice.
636
633
*
637
- * @array
638
634
* @param PayPal\Api\PaymentDetail $payment_details
639
635
*/
640
636
public function setPaymentDetails ($ payment_details ) {
@@ -654,7 +650,6 @@ public function getPaymentDetails() {
654
650
/**
655
651
* List of payment details for the invoice.
656
652
*
657
- * @array
658
653
* @param PayPal\Api\PaymentDetail $payment_details
659
654
* @deprecated. Instead use setPaymentDetails
660
655
*/
@@ -675,7 +670,6 @@ public function getPayment_details() {
675
670
/**
676
671
* List of refund details for the invoice.
677
672
*
678
- * @array
679
673
* @param PayPal\Api\RefundDetail $refund_details
680
674
*/
681
675
public function setRefundDetails ($ refund_details ) {
@@ -695,7 +689,6 @@ public function getRefundDetails() {
695
689
/**
696
690
* List of refund details for the invoice.
697
691
*
698
- * @array
699
692
* @param PayPal\Api\RefundDetail $refund_details
700
693
* @deprecated. Instead use setRefundDetails
701
694
*/
0 commit comments