Свойство | Type | Description | |
---|---|---|---|
$basket | |||
$billing | |||
$delivery | |||
$order |
Méthode | Description | |
---|---|---|
__construct ( |
||
addProduct ( |
||
build ( ) | ||
buildAndAddProduct ( null $name = null, null $code = null, null $quantity = null, null $info = null, null $price = null, null $version = null, null $vat = null, null $priceType = null ) | ||
buildBilling ( null $firstName = null, null $lastName = null, null $email = null, null $phone = null, null $fax = null, null $address = null, null $zipCode = null, null $city = null, null $state = null, null $countryCode = null ) | ||
buildDeliverys ( null $firstName = null, null $lastName = null, null $email = null, null $phone = null, null $company = null, null $address = null, null $zipCode = null, null $city = null, null $state = null, null $countryCode = null ) | ||
buildOrder ( $code, $clientIp, integer $installment = 1, string $currency = 'TRY', null $loyaltyAmount = null, string $paymentMethod = 'CCVISAMC', null $date = null, null $timeout = null, $recurringPayment = false ) | ||
setBilling ( |
||
setDelivery ( |
||
setOrder ( |
public __construct ( |
||
$configuration |
public buildBilling ( null $firstName = null, null $lastName = null, null $email = null, null $phone = null, null $fax = null, null $address = null, null $zipCode = null, null $city = null, null $state = null, null $countryCode = null ) | ||
$firstName | null | |
$lastName | null | |
null | ||
$phone | null | |
$fax | null | |
$address | null | |
$zipCode | null | |
$city | null | |
$state | null | |
$countryCode | null |
public buildDeliverys ( null $firstName = null, null $lastName = null, null $email = null, null $phone = null, null $company = null, null $address = null, null $zipCode = null, null $city = null, null $state = null, null $countryCode = null ) | ||
$firstName | null | |
$lastName | null | |
null | ||
$phone | null | |
$company | null | |
$address | null | |
$zipCode | null | |
$city | null | |
$state | null | |
$countryCode | null |
public buildOrder ( $code, $clientIp, integer $installment = 1, string $currency = 'TRY', null $loyaltyAmount = null, string $paymentMethod = 'CCVISAMC', null $date = null, null $timeout = null, $recurringPayment = false ) | ||
$code | ||
$clientIp | ||
$installment | integer | |
$currency | string | |
$loyaltyAmount | null | |
$paymentMethod | string | |
$date | null | |
$timeout | null |
public setDelivery ( |
||
$delivery |
protected Basket,Payu\Component $basket | ||
Résultat |
protected Billing,Payu\Component $billing | ||
Résultat |
protected Delivery,Payu\Component $delivery | ||
Résultat |