PHP 클래스 PayPal\EBLBaseComponents\FlowControlDetailsType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$ErrorURL string The URL to redirect to for an unpayable transaction. This field is currently used only for the inline checkout flow.
$InContextReturnURL string The URL to redirect to after a user clicks the "Pay" or "Continue" button on the merchant's site. This field is currently used only for the inline checkout flow.

프로퍼티 상세

$ErrorURL 공개적으로 프로퍼티

The URL to redirect to for an unpayable transaction. This field is currently used only for the inline checkout flow.
public string $ErrorURL
리턴 string

$InContextReturnURL 공개적으로 프로퍼티

The URL to redirect to after a user clicks the "Pay" or "Continue" button on the merchant's site. This field is currently used only for the inline checkout flow.
public string $InContextReturnURL
리턴 string