You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @phpstan-import-type AccountTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\AccountTransferInstruction
32
31
* @phpstan-import-type ACHTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\ACHTransferInstruction
33
32
* @phpstan-import-type BlockchainOfframpTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferInstruction
34
-
* @phpstan-import-type BlockchainOfframpTransferIntentionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOfframpTransferIntention
35
33
* @phpstan-import-type BlockchainOnrampTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\BlockchainOnrampTransferInstruction
36
34
* @phpstan-import-type CardAuthorizationShape from \Increase\PendingTransactions\PendingTransaction\Source\CardAuthorization
37
35
* @phpstan-import-type CardPushTransferInstructionShape from \Increase\PendingTransactions\PendingTransaction\Source\CardPushTransferInstruction
public ?BlockchainOfframpTransferInstruction$blockchainOfframpTransferInstruction;
91
88
92
-
/**
93
-
* A Blockchain Off-Ramp Transfer Intention object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_offramp_transfer_intention`.
public ?BlockchainOfframpTransferIntention$blockchainOfframpTransferIntention;
97
-
98
89
/**
99
90
* A Blockchain On-Ramp Transfer Instruction object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_onramp_transfer_instruction`.
100
91
*/
@@ -192,7 +183,6 @@ final class Source implements BaseModel
192
183
* accountTransferInstruction: ...,
193
184
* achTransferInstruction: ...,
194
185
* blockchainOfframpTransferInstruction: ...,
195
-
* blockchainOfframpTransferIntention: ...,
196
186
* blockchainOnrampTransferInstruction: ...,
197
187
* cardAuthorization: ...,
198
188
* cardPushTransferInstruction: ...,
@@ -217,7 +207,6 @@ final class Source implements BaseModel
@@ -349,20 +335,6 @@ public function withBlockchainOfframpTransferInstruction(
349
335
return$self;
350
336
}
351
337
352
-
/**
353
-
* A Blockchain Off-Ramp Transfer Intention object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_offramp_transfer_intention`.
* A Blockchain On-Ramp Transfer Instruction object. This field will be present in the JSON response if and only if `category` is equal to `blockchain_onramp_transfer_instruction`.
0 commit comments