Inheritance: extends BaseModel
コード例 #1
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("binNumber", $this->getBinNumber())->appendPrice("price", $this->getPrice())->getRequestString();
 }
コード例 #2
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("paymentId", $this->getPaymentId())->append("ip", $this->getIp())->getRequestString();
 }
コード例 #3
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->appendPrice("price", $this->getPrice())->appendPrice("paidPrice", $this->getPaidPrice())->append("installment", $this->getInstallment())->append("buyerEmail", $this->getBuyerEmail())->append("buyerId", $this->getBuyerId())->append("buyerIp", $this->getBuyerIp())->append("posOrderId", $this->getPosOrderId())->append("paymentCard", $this->getPaymentCard())->append("currency", $this->getCurrency())->append("connectorName", $this->getConnectorName())->append("callbackUrl", $this->getCallbackUrl())->getRequestString();
 }
コード例 #4
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("name", $this->getName())->append("email", $this->getEmail())->append("gsmNumber", $this->getGsmNumber())->append("address", $this->getAddress())->append("iban", $this->getIban())->append("taxOffice", $this->getTaxOffice())->append("contactName", $this->getContactName())->append("contactSurname", $this->getContactSurname())->append("legalCompanyTitle", $this->getLegalCompanyTitle())->append("swiftCode", $this->getSwiftCode())->append("currency", $this->getCurrency())->append("subMerchantKey", $this->getSubMerchantKey())->append("identityNumber", $this->getIdentityNumber())->append("taxNumber", $this->getTaxNumber())->getRequestString();
 }
コード例 #5
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("token", $this->getToken())->getRequestString();
 }
コード例 #6
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->appendPrice("price", $this->getPrice())->append("basketId", $this->getBasketId())->append("paymentGroup", $this->getPaymentGroup())->append("buyer", $this->getBuyer())->append("shippingAddress", $this->getShippingAddress())->append("billingAddress", $this->getBillingAddress())->appendArray("basketItems", $this->getBasketItems())->append("callbackUrl", $this->getCallbackUrl())->append("paymentSource", $this->getPaymentSource())->append("currency", $this->getCurrency())->append("posOrderId", $this->getPosOrderId())->appendPrice("paidPrice", $this->getPaidPrice())->append("forceThreeDS", $this->getForceThreeDS())->append("cardUserKey", $this->getCardUserKey())->appendArray("enabledInstallments", $this->getEnabledInstallments())->getRequestString();
 }
コード例 #7
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("paymentTransactionId", $this->getPaymentTransactionId())->appendPrice("price", $this->getPrice())->append("ip", $this->getIp())->append("currency", $this->getCurrency())->getRequestString();
 }
コード例 #8
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->appendPrice("price", $this->getPrice())->append("basketId", $this->getBasketId())->append("paymentGroup", $this->getPaymentGroup())->append("buyer", $this->getBuyer())->append("shippingAddress", $this->getShippingAddress())->append("billingAddress", $this->getBillingAddress())->appendArray("basketItems", $this->getBasketItems())->append("callbackUrl", $this->getCallbackUrl())->append("paymentSource", $this->getPaymentSource())->append("currency", $this->getCurrency())->appendPrice("paidPrice", $this->getPaidPrice())->getRequestString();
 }
コード例 #9
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("cardUserKey", $this->getCardUserKey())->getRequestString();
 }
コード例 #10
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("subMerchantKey", $this->getSubMerchantKey())->appendPrice("price", $this->getPrice())->append("reason", $this->getReason())->append("currency", $this->getCurrency())->getRequestString();
 }
コード例 #11
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("subMerchantExternalId", $this->getSubMerchantExternalId())->getRequestString();
 }
コード例 #12
0
 public function toPKIRequestString()
 {
     return RequestStringBuilder::create()->appendSuper(parent::toPKIRequestString())->append("paymentId", $this->getPaymentId())->append("conversationData", $this->getConversationData())->getRequestString();
 }