Skip to content

Commit

Permalink
fix definition of cpp_* properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael DELSOL committed Mar 22, 2017
1 parent a0969d5 commit cb9894e
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 36 deletions.
34 changes: 26 additions & 8 deletions src/StructType/SetAccessPermissionsRequestDetailsType.php
Expand Up @@ -86,18 +86,36 @@ class SetAccessPermissionsRequestDetailsType extends AbstractStructBase
public $PageStyle;
/**
* The cpp_header_image
* Meta informations extracted from the WSDL
* - documentation: A URL for the image you want to appear at the top left of the flow page. The image has a maximum size of 750 pixels wide by 90 pixels high. PayPal recommends that you provide an image that is stored on a secure (https) server.
* Optional Character length and limitations: 127
* - minOccurs: 0
* @var string
*/
public $cpp_header_image;
/**
* The cpp_header_border_color
* Meta informations extracted from the WSDL
* - documentation: Sets the border color around the header of the flow page. The border is a 2-pixel perimeter around the header space, which is 750 pixels wide by 90 pixels high. Optional Character length and limitations: Six character HTML
* hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_header_border_color;
/**
* The cpp_header_back_color
* Meta informations extracted from the WSDL
* - documentation: Sets the background color for the header of the flow page. Optional Character length and limitation: Six character HTML hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_header_back_color;
/**
* The cpp_payflow_color
* Meta informations extracted from the WSDL
* - documentation: Sets the background color for the payment page. Optional Character length and limitation: Six character HTML hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_payflow_color;
/**
Expand Down Expand Up @@ -416,15 +434,15 @@ public function setPageStyle($pageStyle = null)
}
/**
* Get cpp_header_image value
* @return cpp_header_image
* @return string|null
*/
public function getCpp_header_image()
{
return $this->{'cpp-header-image'};
}
/**
* Set cpp_header_image value
* @param cpp_header_image $cpp_header_image
* @param string $cpp_header_image
* @return \PayPal\StructType\SetAccessPermissionsRequestDetailsType
*/
public function setCpp_header_image($cpp_header_image = null)
Expand All @@ -438,15 +456,15 @@ public function setCpp_header_image($cpp_header_image = null)
}
/**
* Get cpp_header_border_color value
* @return cpp_header_border_color
* @return string|null
*/
public function getCpp_header_border_color()
{
return $this->{'cpp-header-border-color'};
}
/**
* Set cpp_header_border_color value
* @param cpp_header_border_color $cpp_header_border_color
* @param string $cpp_header_border_color
* @return \PayPal\StructType\SetAccessPermissionsRequestDetailsType
*/
public function setCpp_header_border_color($cpp_header_border_color = null)
Expand All @@ -460,15 +478,15 @@ public function setCpp_header_border_color($cpp_header_border_color = null)
}
/**
* Get cpp_header_back_color value
* @return cpp_header_back_color
* @return string|null
*/
public function getCpp_header_back_color()
{
return $this->{'cpp-header-back-color'};
}
/**
* Set cpp_header_back_color value
* @param cpp_header_back_color $cpp_header_back_color
* @param string $cpp_header_back_color
* @return \PayPal\StructType\SetAccessPermissionsRequestDetailsType
*/
public function setCpp_header_back_color($cpp_header_back_color = null)
Expand All @@ -482,15 +500,15 @@ public function setCpp_header_back_color($cpp_header_back_color = null)
}
/**
* Get cpp_payflow_color value
* @return cpp_payflow_color
* @return string|null
*/
public function getCpp_payflow_color()
{
return $this->{'cpp-payflow-color'};
}
/**
* Set cpp_payflow_color value
* @param cpp_payflow_color $cpp_payflow_color
* @param string $cpp_payflow_color
* @return \PayPal\StructType\SetAccessPermissionsRequestDetailsType
*/
public function setCpp_payflow_color($cpp_payflow_color = null)
Expand Down
34 changes: 26 additions & 8 deletions src/StructType/SetAuthFlowParamRequestDetailsType.php
Expand Up @@ -100,18 +100,36 @@ class SetAuthFlowParamRequestDetailsType extends AbstractStructBase
public $PageStyle;
/**
* The cpp_header_image
* Meta informations extracted from the WSDL
* - documentation: A URL for the image you want to appear at the top left of the flow page. The image has a maximum size of 750 pixels wide by 90 pixels high. PayPal recommends that you provide an image that is stored on a secure (https) server.
* Optional Character length and limitations: 127
* - minOccurs: 0
* @var string
*/
public $cpp_header_image;
/**
* The cpp_header_border_color
* Meta informations extracted from the WSDL
* - documentation: Sets the border color around the header of the flow page. The border is a 2-pixel perimeter around the header space, which is 750 pixels wide by 90 pixels high. Optional Character length and limitations: Six character HTML
* hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_header_border_color;
/**
* The cpp_header_back_color
* Meta informations extracted from the WSDL
* - documentation: Sets the background color for the header of the flow page. Optional Character length and limitation: Six character HTML hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_header_back_color;
/**
* The cpp_payflow_color
* Meta informations extracted from the WSDL
* - documentation: Sets the background color for the payment page. Optional Character length and limitation: Six character HTML hexadecimal color code in ASCII
* - minOccurs: 0
* @var string
*/
public $cpp_payflow_color;
/**
Expand Down Expand Up @@ -444,15 +462,15 @@ public function setPageStyle($pageStyle = null)
}
/**
* Get cpp_header_image value
* @return cpp_header_image
* @return string|null
*/
public function getCpp_header_image()
{
return $this->{'cpp-header-image'};
}
/**
* Set cpp_header_image value
* @param cpp_header_image $cpp_header_image
* @param string $cpp_header_image
* @return \PayPal\StructType\SetAuthFlowParamRequestDetailsType
*/
public function setCpp_header_image($cpp_header_image = null)
Expand All @@ -466,15 +484,15 @@ public function setCpp_header_image($cpp_header_image = null)
}
/**
* Get cpp_header_border_color value
* @return cpp_header_border_color
* @return string|null
*/
public function getCpp_header_border_color()
{
return $this->{'cpp-header-border-color'};
}
/**
* Set cpp_header_border_color value
* @param cpp_header_border_color $cpp_header_border_color
* @param string $cpp_header_border_color
* @return \PayPal\StructType\SetAuthFlowParamRequestDetailsType
*/
public function setCpp_header_border_color($cpp_header_border_color = null)
Expand All @@ -488,15 +506,15 @@ public function setCpp_header_border_color($cpp_header_border_color = null)
}
/**
* Get cpp_header_back_color value
* @return cpp_header_back_color
* @return string|null
*/
public function getCpp_header_back_color()
{
return $this->{'cpp-header-back-color'};
}
/**
* Set cpp_header_back_color value
* @param cpp_header_back_color $cpp_header_back_color
* @param string $cpp_header_back_color
* @return \PayPal\StructType\SetAuthFlowParamRequestDetailsType
*/
public function setCpp_header_back_color($cpp_header_back_color = null)
Expand All @@ -510,15 +528,15 @@ public function setCpp_header_back_color($cpp_header_back_color = null)
}
/**
* Get cpp_payflow_color value
* @return cpp_payflow_color
* @return string|null
*/
public function getCpp_payflow_color()
{
return $this->{'cpp-payflow-color'};
}
/**
* Set cpp_payflow_color value
* @param cpp_payflow_color $cpp_payflow_color
* @param string $cpp_payflow_color
* @return \PayPal\StructType\SetAuthFlowParamRequestDetailsType
*/
public function setCpp_payflow_color($cpp_payflow_color = null)
Expand Down
32 changes: 24 additions & 8 deletions src/StructType/SetCustomerBillingAgreementRequestDetailsType.php
Expand Up @@ -53,18 +53,34 @@ class SetCustomerBillingAgreementRequestDetailsType extends AbstractStructBase
public $PageStyle;
/**
* The cpp_header_image
* Meta informations extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var string
*/
public $cpp_header_image;
/**
* The cpp_header_border_color
* Meta informations extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var string
*/
public $cpp_header_border_color;
/**
* The cpp_header_back_color
* Meta informations extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var string
*/
public $cpp_header_back_color;
/**
* The cpp_payflow_color
* Meta informations extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var string
*/
public $cpp_payflow_color;
/**
Expand Down Expand Up @@ -231,15 +247,15 @@ public function setPageStyle($pageStyle = null)
}
/**
* Get cpp_header_image value
* @return cpp_header_image
* @return string|null
*/
public function getCpp_header_image()
{
return $this->{'cpp-header-image'};
}
/**
* Set cpp_header_image value
* @param cpp_header_image $cpp_header_image
* @param string $cpp_header_image
* @return \PayPal\StructType\SetCustomerBillingAgreementRequestDetailsType
*/
public function setCpp_header_image($cpp_header_image = null)
Expand All @@ -253,15 +269,15 @@ public function setCpp_header_image($cpp_header_image = null)
}
/**
* Get cpp_header_border_color value
* @return cpp_header_border_color
* @return string|null
*/
public function getCpp_header_border_color()
{
return $this->{'cpp-header-border-color'};
}
/**
* Set cpp_header_border_color value
* @param cpp_header_border_color $cpp_header_border_color
* @param string $cpp_header_border_color
* @return \PayPal\StructType\SetCustomerBillingAgreementRequestDetailsType
*/
public function setCpp_header_border_color($cpp_header_border_color = null)
Expand All @@ -275,15 +291,15 @@ public function setCpp_header_border_color($cpp_header_border_color = null)
}
/**
* Get cpp_header_back_color value
* @return cpp_header_back_color
* @return string|null
*/
public function getCpp_header_back_color()
{
return $this->{'cpp-header-back-color'};
}
/**
* Set cpp_header_back_color value
* @param cpp_header_back_color $cpp_header_back_color
* @param string $cpp_header_back_color
* @return \PayPal\StructType\SetCustomerBillingAgreementRequestDetailsType
*/
public function setCpp_header_back_color($cpp_header_back_color = null)
Expand All @@ -297,15 +313,15 @@ public function setCpp_header_back_color($cpp_header_back_color = null)
}
/**
* Get cpp_payflow_color value
* @return cpp_payflow_color
* @return string|null
*/
public function getCpp_payflow_color()
{
return $this->{'cpp-payflow-color'};
}
/**
* Set cpp_payflow_color value
* @param cpp_payflow_color $cpp_payflow_color
* @param string $cpp_payflow_color
* @return \PayPal\StructType\SetCustomerBillingAgreementRequestDetailsType
*/
public function setCpp_payflow_color($cpp_payflow_color = null)
Expand Down

0 comments on commit cb9894e

Please sign in to comment.